﻿.jumbotron {
    padding: 10px 10px 60px 10px;
    border-top: 30px solid #BED5DB;
    border-left: 1px solid #BED5DB;
    border-bottom: 1px solid #BED5DB;
    border-right: 1px solid #BED5DB;
    background-color: white;
}

.navbar-default {
    /* IE10 Consumer Preview */ 
    background-image: -ms-linear-gradient(top, #32515C 0%, #6DB2C9 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #32515C 0%, #6DB2C9 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #32515C 0%, #6DB2C9 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #32515C), color-stop(1, #6DB2C9));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #32515C 0%, #6DB2C9 100%);

    /* W3C Markup, IE10 Release Preview */ 
    background-image: linear-gradient(to bottom, #32515C 0%, #6DB2C9 100%);

}

.navbar-brand {
    color: #D3C8C0 !important;
}

.navbar-nav > li > a {
    color: #D3C8C0 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #5F9BAF !important;
    color: black !important;
}

.list-group-item-heading {
    background-color: #BED5DB !important;
    color: black;
    height: 30px;
    padding-top: 4px;
}

html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
min-height: 100%;
height: auto !important;
height: 100%;
/* Negative indent footer by it's height */
margin: 0 auto -60px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
height: 60px;
}
#footer {
background-color: #f5f5f5;
}

.navbar {
    margin-top: 20px !important;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}












.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}